home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / gmsg302.zip / CONF-PGP.TXT next >
Text File  |  1993-03-21  |  6KB  |  125 lines

  1. #-------------------------------------------------------------------------
  2. # This is a Sample Config.TXT file for use with PGP 2.21 and PGPShell or
  3. # GenMsg.  Please READ the COMMENTS, and adjust as required for your use!
  4. #-------------------------------------------------------------------------
  5. # Keywords are not case-sensitive.  
  6.  
  7. # MyName is substring (a PART of the string is sufficient) of default user
  8. # ID for secret key to make signatures.
  9. # If not set, PGP will use the first key on your secret keyring (the last
  10. # key you created) if you don't specify the user with -u
  11. #
  12. # NOTE PGPShell and GenMsg EXPECT this to be setup to point to YOUR KEY!
  13. #
  14. #MyName = "your name"
  15. #-------------------------------------------------------------------------
  16. # The language we will be using for displaying messages to the user.  
  17. #
  18. # Available languages:
  19. #   en = English (default), es = Spanish, fr = French, 
  20. #   de = German, nl = Dutch, it = Italian, esp = Esperanto,
  21. #   lv = Latvian, lt3 = Lithuanian, ru = Russian
  22. #
  23. # Languages not yet available:
  24. #   fi = Finnish, hu = Hungarian, no = Norwegian, pt = Portugese,
  25. #   sv = Swedish, da = Danish, is = Icelandic,
  26. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  27. #   el = Greek, tr = Turkish, ja = Japanese
  28. #
  29. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  30. # Representation of Names of Languages"
  31. #
  32. # NOTE: PGPShell and GenMsg work fine with NONE of these enabled!
  33. #
  34. #Language = en
  35. #-------------------------------------------------------------------------
  36. # Character set for displaying messages and for conversion of text files.
  37. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  38. # character set conversions if TextMode = on or if you specify the -t
  39. # option when encrypting or signing a file.
  40. # Available character sets:
  41. #   latin1, cp850, alt_codes, koi8, ascii
  42. #
  43. # For MSDOS with a standard character set you should use cp850 to get
  44. # correct character translations.  Russian character sets for MSDOS are
  45. # usually alt_codes.
  46. #
  47. # The default for CharSet is "noconv" which means no character conversion.
  48. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  49. #
  50. # NOTE: PGPShell and GenMsg work FINE with none of these enabled!
  51. #
  52. #CharSet = cp850
  53. #-------------------------------------------------------------------------
  54. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  55. #TMP = "E:\temp"
  56. # Can be overridden by environment variable TMP
  57. #-------------------------------------------------------------------------
  58. # Pager is the file viewing program used for viewing messages with -m
  59. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  60. # in config.txt will override the environment variable PAGER.
  61. #
  62. # NOTE: This where you enable the utility List for viewing PGP output.
  63. # PGPShell and GenMsg work fine either way, but using List is nice...!
  64. #
  65. Pager = "list"
  66. #-------------------------------------------------------------------------
  67. # ArmorLines is the maximum number of lines per packet when creating a
  68. # transport armored file.  Set to 0 to disable splitting in parts.
  69. # NOTE: SETTING THIS TO 0 (ZERO) is a REALLY GOOD IDEA for use with
  70. # GenMsg, PGP or SSD!
  71. Armorlines = 0
  72. #-------------------------------------------------------------------------
  73. #--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!-
  74. # Default flags to set...
  75. #
  76. # NOTE: NONE of these should be enabled !!!
  77. #
  78. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  79. # TextMode = on       # Attempt to use -t option where applicable
  80. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  81. # compress = off      # off means suppress compression to aid debugging
  82. # showpass = on       # Echo password when user types it
  83. #
  84. # ONE MORE TIME... Do NOT enable any of the above!!!
  85. #--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!-
  86. #-------------------------------------------------------------------------
  87. #
  88. # Uncomment any of the following to do as the comment says instead of
  89. # the default.
  90. # Setting Verbose to 0 is not a bad idea...
  91. #
  92.  verbose = 0         # turn off all non-essential output
  93. # interactive = on    # Prompt before adding each key to pubring.pgp
  94.  
  95.  
  96. #-------------------------------------------------------------------------
  97. # BakRing is the path to a backup copy of your secret keyring, usually
  98. # on floppy disk.  Your secret keys will be compared with the backup copy
  99. # when doing a keyring check (pgp -kc)
  100. #BakRing = "c:\bak\pvtkey.pgp"
  101. #-------------------------------------------------------------------------
  102. # Number of completely trusted signatures needed to make a key valid.
  103. Completes_Needed = 1
  104. #-------------------------------------------------------------------------
  105. # Number of marginally trusted signatures needed to make a key valid.
  106. Marginals_Needed = 2
  107. #-------------------------------------------------------------------------
  108. # How many levels of introducers may introduce other introducers.
  109. Cert_Depth = 4
  110. #-------------------------------------------------------------------------
  111. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  112. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  113. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  114. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  115. # However, if your MSDOS environmental variable TZ is properly defined 
  116. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  117. # shouldn't need to worry about setting TZFix.
  118. # TZFix = 0
  119. #
  120. # NOTE: GenMsg REQUIRES the environmental variable TZ to be set... so use
  121. # it instead of PGPs' TZFix parameter!!!
  122. #-------------------------------------------------------------------------
  123.  
  124.